Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | needs_SPD | = | .FALSE. | ||
logical, | public | :: | needs_diag_dom | = | .FALSE. | ||
logical, | public | :: | needs_square | = | .FALSE. | ||
logical, | public | :: | needs_symetric | = | .FALSE. |
TYPE :: IterativeMethodRequirements LOGICAL :: needs_SPD = .FALSE. LOGICAL :: needs_diag_dom = .FALSE. LOGICAL :: needs_square = .FALSE. LOGICAL :: needs_symetric = .FALSE. END TYPE IterativeMethodRequirements